home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / c / qtools0.2-src.lha / src / libqbuild / solidbsp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-13  |  361 b   |  14 lines

  1. #ifndef    SOLIDBSP_H
  2. #define    SOLIDBSP_H
  3.  
  4. /* solidbsp.c */
  5.  
  6. /*============================================================================= */
  7.  
  8. /*============================================================================= */
  9.  
  10. void CalcSurfaceInfo(register struct surface *surf);
  11. struct node *SolidBSP(__memBase, struct surface *surfhead, bool midsplit);
  12.  
  13. #endif
  14.